home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Aventura
/
chichi.swf
/
scripts
/
frame_235
/
PlaceObject2_160_50
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-26
|
314 b
|
16 lines
onClipEvent(enterFrame){
if(active)
{
xdif = targetx - _X;
_X = _X + xdif / 8;
ydif = targety - _Y;
_Y = _Y + ydif / 8;
if(Math.abs(xdif) < 0.2 && Math.abs(ydif) < 0.2)
{
_X = targetx;
_Y = targety;
active = false;
}
}
}